Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

const_eval.py 235 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
  1. input_shape: tuple = (4, 80, 96, 64)
  2. # The paper is using (4, 160, 192, 128) with a batch size of 1 to fit the GPU memory.
  3. # We will use a smaller image with a larger batch size because of time & memory issues.
  4. output_channels: int = 3
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...